home *** CD-ROM | disk | FTP | other *** search
- /*
- * inet-handler.c
- *
- * Author: Tomi Ollila <too@cs.hut.fi>
- *
- * Copyright (c) 1993 AmiTCP/IP Group, <amitcp-group@hut.fi>
- * All rights reserved.
- *
- * Created: Wed Sep 22 14:40:35 1993 too
- * Last modified: Sun Nov 14 18:33:44 1993 too
- *
- * $Id: inet-handler.c,v 1.2 1993/11/17 12:06:50 too Exp $
- *
- * HISTORY
- * $Log: inet-handler.c,v $
- * Revision 1.2 1993/11/17 12:06:50 too
- * Some startup fixes
- *
- * Revision 1.1 1993/10/24 12:50:39 too
- * Initial revision
- *
- */
-
- #if 0
- #ifdef __GNUC__
- asm(".text; jmp pc@(_start-.+2);");
- #endif
- #endif
-
- asm(".text; jmp _start");
-
- #if 0
- int main()
- {
- extern int start(void);
-
- return start();
- }
- #endif
-
- #include "inet-handler.h"
-
- static const char version[] = VERSTAG " too\n\r"
- "Copyright (c) 1993 AmiTCP/IP Group, <amitcp-group@hut.fi>\r\n"
- " All rights reserved\r\n";
-